home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_bas / nkbvc11.zip / DEMO.RC < prev    next >
Text File  |  1996-04-11  |  9KB  |  265 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 9, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif\r\n"
  53.     "#include ""res\\Demo.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#endif\0"
  56. END
  57.  
  58. #endif    // APSTUDIO_INVOKED
  59.  
  60.  
  61. /////////////////////////////////////////////////////////////////////////////
  62. //
  63. // Icon
  64. //
  65.  
  66. // Icon with lowest ID value placed first to ensure application icon
  67. // remains consistent on all systems.
  68. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\Demo.ico"
  69.  
  70. /////////////////////////////////////////////////////////////////////////////
  71. //
  72. // Dialog
  73. //
  74.  
  75. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 217, 55
  76. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  77. CAPTION "About Demo"
  78. FONT 8, "MS Sans Serif"
  79. BEGIN
  80.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  81.     LTEXT           "Demo Version 1.0",IDC_STATIC,40,10,119,8,SS_NOPREFIX
  82.     LTEXT           "Copyright ⌐ 1996",IDC_STATIC,40,25,119,8
  83.     DEFPUSHBUTTON   "OK",IDOK,178,7,32,14,WS_GROUP
  84. END
  85.  
  86. IDD_DEMO_DIALOG DIALOG DISCARDABLE  48, 48, 289, 165
  87. STYLE DS_MODALFRAME | WS_MINIMIZEBOX | WS_CAPTION | WS_SYSMENU
  88. CAPTION "NED 32-bit Knob OCX Demo App"
  89. FONT 8, "MS Sans Serif"
  90. BEGIN
  91.     GROUPBOX        "Inner Bevel",IDC_STATIC,117,5,54,60
  92.     CONTROL         "Inset",IDC_RADIO1,"Button",BS_AUTORADIOBUTTON | 
  93.                     WS_GROUP | WS_TABSTOP,123,20,43,8
  94.     CONTROL         "Raised",IDC_RADIO2,"Button",BS_AUTORADIOBUTTON,123,34,
  95.                     43,8
  96.     CONTROL         "Solid",IDC_RADIO3,"Button",BS_AUTORADIOBUTTON,123,49,38,
  97.                     8
  98.     GROUPBOX        "Orientation",IDC_STATIC,181,5,59,60
  99.     CONTROL         "Bottom",IDC_RADIO4,"Button",BS_AUTORADIOBUTTON | 
  100.                     WS_GROUP | WS_TABSTOP,187,20,49,8
  101.     CONTROL         "Left",IDC_RADIO5,"Button",BS_AUTORADIOBUTTON,187,30,43,
  102.                     8
  103.     CONTROL         "Right",IDC_RADIO6,"Button",BS_AUTORADIOBUTTON,187,39,49,
  104.                     8
  105.     CONTROL         "Top",IDC_RADIO7,"Button",BS_AUTORADIOBUTTON,187,49,49,8
  106.     GROUPBOX        "Outer Bevel",IDC_STATIC,117,74,54,60
  107.     CONTROL         "Inset",IDC_RADIO8,"Button",BS_AUTORADIOBUTTON | 
  108.                     WS_GROUP | WS_TABSTOP,123,89,43,8
  109.     CONTROL         "Raised",IDC_RADIO9,"Button",BS_AUTORADIOBUTTON,123,103,
  110.                     43,8
  111.     CONTROL         "Solid",IDC_RADIO10,"Button",BS_AUTORADIOBUTTON,123,118,
  112.                     43,8
  113.     CONTROL         "",1010,"{7BB4D420-4C40-11CF-94E5-0000C0571740}",0x0,224,
  114.                     89,33,30
  115.     LTEXT           "Border Width",IDC_STATIC,5,138,49,10,NOT WS_GROUP
  116.     LTEXT           "Inner Bevel Width",IDC_STATIC,101,138,70,10,NOT 
  117.                     WS_GROUP
  118.     LTEXT           "Outer Bevel Width",IDC_STATIC,197,138,65,10,NOT 
  119.                     WS_GROUP
  120.     LTEXT           "To change the position, use +, - or the mouse!",
  121.                     IDC_STATIC,5,5,102,15,NOT WS_GROUP
  122.     LTEXT           "50",IDC_POSLABEL,48,69,27,10,NOT WS_GROUP
  123.     LTEXT           "Position:",IDC_STATIC,11,69,33,10,NOT WS_GROUP
  124.     CONTROL         "",1011,"{7BB4D420-4C40-11CF-94E5-0000C0571740}",0x0,27,
  125.                     25,38,35
  126.     CONTROL         "Slider1",IDC_SLIDER1,"msctls_trackbar32",TBS_BOTH | 
  127.                     TBS_NOTICKS | WS_TABSTOP,1,148,94,15
  128.     CONTROL         "Slider1",IDC_SLIDER2,"msctls_trackbar32",TBS_BOTH | 
  129.                     TBS_NOTICKS | WS_TABSTOP,97,148,94,15
  130.     CONTROL         "Slider1",IDC_SLIDER3,"msctls_trackbar32",TBS_BOTH | 
  131.                     TBS_NOTICKS | WS_TABSTOP,193,148,94,15
  132. END
  133.  
  134.  
  135. #ifndef _MAC
  136. /////////////////////////////////////////////////////////////////////////////
  137. //
  138. // Version
  139. //
  140.  
  141. VS_VERSION_INFO VERSIONINFO
  142.  FILEVERSION 1,0,0,1
  143.  PRODUCTVERSION 1,0,0,1
  144.  FILEFLAGSMASK 0x3fL
  145. #ifdef _DEBUG
  146.  FILEFLAGS 0x1L
  147. #else
  148.  FILEFLAGS 0x0L
  149. #endif
  150.  FILEOS 0x4L
  151.  FILETYPE 0x1L
  152.  FILESUBTYPE 0x0L
  153. BEGIN
  154.     BLOCK "StringFileInfo"
  155.     BEGIN
  156.         BLOCK "040904B0"
  157.         BEGIN
  158.             VALUE "CompanyName", "\0"
  159.             VALUE "FileDescription", "DEMO MFC Application\0"
  160.             VALUE "FileVersion", "1, 0, 0, 1\0"
  161.             VALUE "InternalName", "DEMO\0"
  162.             VALUE "LegalCopyright", "Copyright ⌐ 1996\0"
  163.             VALUE "LegalTrademarks", "\0"
  164.             VALUE "OriginalFilename", "DEMO.EXE\0"
  165.             VALUE "ProductName", "DEMO Application\0"
  166.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  167.         END
  168.     END
  169.     BLOCK "VarFileInfo"
  170.     BEGIN
  171.         VALUE "Translation", 0x409, 1200
  172.     END
  173. END
  174.  
  175. #endif    // !_MAC
  176.  
  177.  
  178. /////////////////////////////////////////////////////////////////////////////
  179. //
  180. // DESIGNINFO
  181. //
  182.  
  183. #ifdef APSTUDIO_INVOKED
  184. GUIDELINES DESIGNINFO DISCARDABLE 
  185. BEGIN
  186.     IDD_ABOUTBOX, DIALOG
  187.     BEGIN
  188.         LEFTMARGIN, 7
  189.         RIGHTMARGIN, 210
  190.         TOPMARGIN, 7
  191.         BOTTOMMARGIN, 48
  192.     END
  193.  
  194.     IDD_DEMO_DIALOG, DIALOG
  195.     BEGIN
  196.         BOTTOMMARGIN, 162
  197.     END
  198. END
  199. #endif    // APSTUDIO_INVOKED
  200.  
  201.  
  202. /////////////////////////////////////////////////////////////////////////////
  203. //
  204. // Dialog Info
  205. //
  206.  
  207. IDD_DEMO_DIALOG DLGINIT
  208. BEGIN
  209.     1010, 0x376, 122, 0
  210. 0x001d, 0x0000, 0x0043, 0x006f, 0x0070, 0x0079, 0x0072, 0x0069, 0x0067, 
  211. 0x0068, 0x0074, 0x0020, 0x0028, 0x0063, 0x0029, 0x0020, 0x0031, 0x0039, 
  212. 0x0039, 0x0036, 0x0020, 0x004b, 0x004e, 0x004f, 0x0042, 0x0020, 0x0056, 
  213. 0x0031, 0x002e, 0x0031, 0x0020, 0x0000, 0x0001, 0x0510, 0x0000, 0x0510, 
  214. 0x0000, 0x0001, 0x0000, 0x9983, 0x00b1, 0x0012, 0x8000, 0x0012, 0x8000, 
  215. 0x0000, 0x0064, 0x0032, 0x0001, 0x0001, 0x0001, 0x0001, 0x0000, 0x0010, 
  216. 0x8000, 0x0014, 0x8000, 0x0003, 0x000f, 0x8000, 0x0035, 
  217.     1011, 0x376, 122, 0
  218. 0x001d, 0x0000, 0x0043, 0x006f, 0x0070, 0x0079, 0x0072, 0x0069, 0x0067, 
  219. 0x0068, 0x0074, 0x0020, 0x0028, 0x0063, 0x0029, 0x0020, 0x0031, 0x0039, 
  220. 0x0039, 0x0036, 0x0020, 0x004b, 0x004e, 0x004f, 0x0042, 0x0020, 0x0056, 
  221. 0x0031, 0x002e, 0x0031, 0x0020, 0x0000, 0x0001, 0x05e4, 0x0000, 0x05e4, 
  222. 0x0000, 0x0001, 0x0000, 0x9983, 0x00b1, 0x00ff, 0x0000, 0x0000, 0x0000, 
  223. 0x0000, 0x0064, 0x0032, 0x0001, 0x0000, 0x0002, 0x0002, 0x0003, 0x8080, 
  224. 0x0080, 0xffff, 0x00ff, 0x0003, 0xffff, 0x00ff, 0x0035, 
  225.     0
  226. END
  227.  
  228.  
  229. /////////////////////////////////////////////////////////////////////////////
  230. //
  231. // String Table
  232. //
  233.  
  234. STRINGTABLE DISCARDABLE 
  235. BEGIN
  236.     IDS_ABOUTBOX            "&About Demo..."
  237. END
  238.  
  239. #endif    // English (U.S.) resources
  240. /////////////////////////////////////////////////////////////////////////////
  241.  
  242.  
  243.  
  244. #ifndef APSTUDIO_INVOKED
  245. /////////////////////////////////////////////////////////////////////////////
  246. //
  247. // Generated from the TEXTINCLUDE 3 resource.
  248. //
  249. #define _AFX_NO_SPLITTER_RESOURCES
  250. #define _AFX_NO_OLE_RESOURCES
  251. #define _AFX_NO_TRACKER_RESOURCES
  252. #define _AFX_NO_PROPERTY_RESOURCES
  253.  
  254. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  255. #ifdef _WIN32
  256. LANGUAGE 9, 1
  257. #pragma code_page(1252)
  258. #endif
  259. #include "res\Demo.rc2"  // non-Microsoft Visual C++ edited resources
  260. #include "afxres.rc"         // Standard components
  261. #endif
  262. /////////////////////////////////////////////////////////////////////////////
  263. #endif    // not APSTUDIO_INVOKED
  264.  
  265.